home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / catinvaders.swf / scripts / frame_111 / PlaceObject2_136_114 / CLIPACTIONRECORD onClipEvent(mouseMove).as < prev   
Encoding:
Text File  |  2007-03-20  |  138 b   |  7 lines

  1. onClipEvent(mouseMove){
  2.    if(this._currentFrame < _root.Functions.lokiDeathFrame)
  3.    {
  4.       _root.Functions.moveDog(this);
  5.    }
  6. }
  7.